CloseMovieFile
TheCloseMovieFile
function closes an open movie file.
pascal OSErr CloseMovieFile (short resRefNum);
resRefNum
- Specifies the movie file to close. Your application obtains this reference number from the
OpenMovieFile
function, which is described in the previous section.DESCRIPTION
Your application should call this function when you are done working with a movie
file. You must call this function once each time you open a movie file. You can still use the movie. If you are not editing the movie, it is advisable to close it.ERROR CODES
File Manager errors